home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / wnos5src.zip / CLIENTS.H < prev    next >
Text File  |  1993-08-09  |  367b  |  16 lines

  1. #ifndef _CLIENTS_H
  2. #define _CLIENTS_H
  3.  
  4. #ifndef _GLOBAL_H
  5. #include "global.h"
  6. #endif
  7.  
  8. extern struct Server *addserver __ARGS((int16 protocol,char *host));
  9. extern struct Server *dropserver __ARGS((int16 protocol,char *host));
  10. void listserver __ARGS((int16 protocol,char *host,char *title));
  11.  
  12. int16 cli_login __ARGS((int16 protocol,void *ccb));
  13.  
  14. #endif
  15.  
  16.